xend: Fix SrvDomain.op_save.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Tue, 1 May 2007 13:01:01 +0000 (14:01 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Tue, 1 May 2007 13:01:01 +0000 (14:01 +0100)
commit1f2d7a821f44cdb3ec30ab9f0d4fc698609bdcb4
tree3a5eed49ba53b1f8477ff625a5475be2b4538586
parentf92b83e597d933f7b497892e270a0737392ca287
xend: Fix SrvDomain.op_save.

The xen.xend.server.SrvDomain class provides an op_save method for
saving guests. This just calls into the domain_save method on
xen.xend.XenDomain The latter recently gained an extra 'checkpoint'
argument, but the SrvDomain class is not providing this. The attached
patch simply makes the 'checkpoint' arg default to 'False' if not
provided by the caller which makes old calling convention.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
tools/python/xen/xend/XendDomain.py